projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb8f03
)
(backquote-splice-symbol): Doc typo fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 00:43:42 +0000
(
00:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 00:43:42 +0000
(
00:43
+0000)
lisp/emacs-lisp/backquote.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/backquote.el
b/lisp/emacs-lisp/backquote.el
index b915e4cbc804e55cc895ec4f5a696ebeac4dfd7e..0bc4b95d9ec0802b840eed3cbb7d7982747956b5 100644
(file)
--- a/
lisp/emacs-lisp/backquote.el
+++ b/
lisp/emacs-lisp/backquote.el
@@
-90,7
+90,7
@@
For example (backquote-list* 'a 'b 'c) => (a b . c)"
"*Symbol used to represent an unquote (e.g. `,') inside a backquote.")
(defvar backquote-splice-symbol ',@
- "*Symbol used to represent a splice (e.g. `,
'@
) inside a backquote.")
+ "*Symbol used to represent a splice (e.g. `,
@'
) inside a backquote.")
;;;###autoload
(defmacro backquote (arg)